-- JSON module extracted from ITU-T Y.4473 (08/2020)

// Example 2 - An example of a Location entity: { "@iot.id": 1, "@iot.selfLink": "http://example.org/v1.0/Locations(1)", "Things@iot.navigationLink": "Locations(1)/Things", "HistoricalLocations@iot.navigationLink": "Locations(1)/HistoricalLocations", "encodingType": "application/vnd.geo+json", "name": "CCIT", "description": "Calgary\n Center for Innvative Technologies", "location": { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -114.06, 51.05 ] } } }